home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 23
/
CU Amiga - Super CD-ROM 23 (June 1998).iso
/
CUCD
/
Utilities
/
PPC
/
ZooPPC
/
src
/
quiet.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1998-04-07
|
308 b
|
11 lines
/* for fiz.elf */
/* by ARK in 1998 */
#define ZOO
#include "zoo.h"
int quiet = 0; /* whether to be quiet */
int next_arg = FIRST_ARG; /* filenames start at this position */
int arg_count; /* count of arguments supplied to program */
char **arg_vector; /* vector of arguments supplied to program */